home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / internet / miami_dodatki / miamionoff / s / online < prev    next >
Text File  |  1996-12-21  |  435b  |  21 lines

  1. ; online script 2.0 (22.11.96)
  2.  
  3. failat 21
  4.  
  5. echo "Online script for Miami - by Kenneth C. Nilsen"
  6.  
  7. rx rexx:MiamiOnline.rexx >nil:
  8.  
  9. if not warn
  10.     echo "This computer has IP address: " NOLINE
  11.  
  12.     GetIP t:ip    ;<- change this if you use Miami dialup log with
  13.             ;another path
  14.  
  15.     echo "                    Hostname: `HOSTNAME`"
  16.     echo "                  Start time: " NOLINE
  17.     date
  18. else
  19.     echo "Couldn't go online... (perhaps already online)"
  20. endif
  21.